home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / H108.ZIP / MM10.ZIP / READ.ME < prev   
Text File  |  1991-08-01  |  3KB  |  52 lines

  1.  
  2.             
  3.                  Most users will probably prefer to use the kelvinated
  4.             files due to the shorter load time and more efficient use of
  5.             memory. Both sets of files will function identically when
  6.             loaded, and the user will see no difference between the two
  7.             versions except for the quicker load time. The load time
  8.             will probably only be a few seconds shorter with the
  9.             kelvinated files, But high strung power users will probably
  10.             appreciate the few seconds when thought process is usually
  11.             de_railed.
  12.             
  13.             
  14.                  The rest of this document describes kelvination and can
  15.             be skipped by those not interested. The Kelvinator is a
  16.             program available on many bulletin board systems. It is used
  17.             on the DOS command line with input lsp file and output lsp
  18.             file given as arguments. Several other optional arguments
  19.             can be given to control the kelvination process. When a lsp
  20.             file is kelvinated, all of the programmers documentation is
  21.             stripped out, and all symbols (variables) are reduced to 2
  22.             or 3 character names. Those of you who have written some lsp
  23.             programs know that symbols with names over 6 characters
  24.             require a good deal more memory than those symbols using
  25.             less than 6 characters. Thus kelvination results in the more
  26.             compact use of memory and quicker load times. The program
  27.             loads and runs identically to the raw source code, but the
  28.             user might realized shorter load time (depending on the code
  29.             and the system). Fine for the user, but what does this mean
  30.             to the programmer? If the programmer observes the symbol
  31.             length rule of 6 characters or less then his code could
  32.             suffer readability problems. Obviously this is no longer an
  33.             issue if the finished source code (a misnomer) is
  34.             kelvinated. Using kelvination, the programmer can use very
  35.             mnemonic descriptions for symbols and thus write a more readable
  36.             and more maintainable program. Any other lsp programs or
  37.             utilities can be kelvinated. If your acad.lsp file is large,
  38.             then you could see a good deal of time savings when drawing
  39.             files are opened for editing if kelvinated. The kelv.doc
  40.             file must be consulted if being used on multiple file
  41.             programs like TE. The kelvinator is distributed by AutoDESK
  42.             inc.
  43.  
  44.             All AutoDESK Copyrights recognized.
  45.             
  46.             
  47.             
  48.             Scott Hares
  49.             73730,1643
  50.             
  51.  
  52.